]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - Super Polarity/Actors/Bullet.cs
Protoshow sprint.
[rbdr/super-polarity] / Super Polarity / Actors / Bullet.cs
index 6b797c2d4176e714ab4523a04e60467c9f96678a..d20289cd536aa832ac8a1e7d5ff2764877474c87 100644 (file)
@@ -70,5 +70,11 @@ namespace SuperPolarity
             Renderer.CheckOut(this);
             Parent.Children.Remove(this);
         }
+
+        public override void CleanUp()
+        {
+            base.CleanUp();
+            this.particleEngine = null;
+        }
     }
 }